Add AVX-512 kernels (#850)#850
Open
terrelln wants to merge 3 commits into
Open
Conversation
|
@terrelln has exported this pull request. If you are a Meta employee, you can view the originating Diff in D109893567. |
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jun 29, 2026
Summary: Pull Request resolved: facebook#850 Adds the AVX-512 implementations of the Huffman Pivoted encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Differential Revision: D109893567
terrelln
force-pushed
the
export-D109893567
branch
from
June 29, 2026 18:32
59a4384 to
0380029
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jun 29, 2026
Summary: Pull Request resolved: facebook#850 Adds the AVX-512 implementations of the Huffman Pivoted encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Differential Revision: D109893567
terrelln
force-pushed
the
export-D109893567
branch
from
June 29, 2026 18:36
0380029 to
499e104
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jun 29, 2026
Summary: Pull Request resolved: facebook#850 Adds the AVX-512 implementations of the Huffman Pivoted encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Differential Revision: D109893567
terrelln
force-pushed
the
export-D109893567
branch
from
June 29, 2026 18:43
499e104 to
22bbdbb
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jun 29, 2026
Summary: Pull Request resolved: facebook#850 Adds the AVX-512 implementations of the Huffman Pivoted encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Differential Revision: D109893567
terrelln
force-pushed
the
export-D109893567
branch
from
June 29, 2026 19:01
22bbdbb to
fcfe62d
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jun 29, 2026
Summary: Pull Request resolved: facebook#850 Adds the AVX-512 implementations of the Huffman Pivoted encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Differential Revision: D109893567
terrelln
force-pushed
the
export-D109893567
branch
from
June 29, 2026 19:51
fcfe62d to
abcf095
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jun 29, 2026
Summary: Pull Request resolved: facebook#850 Adds the AVX-512 implementations of the Huffman Pivoted encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Differential Revision: D109893567
terrelln
force-pushed
the
export-D109893567
branch
from
June 29, 2026 19:56
abcf095 to
675c258
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jun 30, 2026
Summary: Pull Request resolved: facebook#850 Adds the AVX-512 implementations of the PivCo-Huffman encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Differential Revision: D109893567
terrelln
force-pushed
the
export-D109893567
branch
from
June 30, 2026 21:13
675c258 to
b078ca3
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jul 16, 2026
Summary: Pull Request resolved: facebook#850 Adds the AVX-512 implementations of the PivCo-Huffman encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Differential Revision: D109893567
terrelln
force-pushed
the
export-D109893567
branch
from
July 16, 2026 15:45
b078ca3 to
8c65a79
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jul 16, 2026
Summary: Pull Request resolved: facebook#850 Adds the AVX-512 implementations of the PivCo-Huffman encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Differential Revision: D109893567
terrelln
force-pushed
the
export-D109893567
branch
from
July 16, 2026 15:50
8c65a79 to
020ae98
Compare
terrelln
force-pushed
the
export-D109893567
branch
from
July 23, 2026 21:55
020ae98 to
1c6f84d
Compare
Summary: Canonical Huffman trees always emit shallower leaves left of deeper leaves. Therefore these methods are not needed, and are dead code. Differential Revision: D113463813
Summary: Adds `scripts/gen_pivco_huffman_tables.py`, which renders the generated lookup-table headers consumed by the architecture-specific kernels (x86, neon, avx512). It is checked in ahead of the per-architecture kernels that include its output. Reviewed By: kevinjzhang Differential Revision: D109893569
Summary: Adds the AVX-512 implementations of the PivCo-Huffman encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Reviewed By: kevinjzhang Differential Revision: D109893567
terrelln
force-pushed
the
export-D109893567
branch
from
July 23, 2026 22:31
1c6f84d to
a52f111
Compare
terrelln
added a commit
to terrelln/openzl
that referenced
this pull request
Jul 23, 2026
Summary: Adds the AVX-512 implementations of the PivCo-Huffman encode and decode kernels and their `generated` lookup tables, and registers them with `_select()`, the header externs, and the kernel test suite. Reviewed By: kevinjzhang Differential Revision: D109893567
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Adds the AVX-512 implementations of the PivCo-Huffman encode and decode kernels and their
generatedlookup tables, and registers them with_select(), the header externs, and the kernel test suite.Reviewed By: kevinjzhang
Differential Revision: D109893567